C1.Web.Mvc.Sheet Namespace / BoundSheet<T> Class / Tables Property

In This Topic
Tables Property (BoundSheet<T>)
In This Topic
Gets the collection of the Table objects on this Sheet.
Syntax
'Declaration
 
Public ReadOnly Property Tables As IList(Of Table)
 
Remarks
It allows to insert/remove Table on this Sheet via the tables collection.
See Also